home *** CD-ROM | disk | FTP | other *** search
/ Mess With 10 / Mess With 10.iso / mac / SubMenu3.DIR / 00224_Script_224 < prev    next >
Text File  |  1996-12-18  |  240b  |  12 lines

  1. on mouseUp
  2.   puppetsound "CLICK.AIF"
  3.   updatestage
  4.   --
  5.   waittime 2
  6.   put 22 into field "PhotoCUR_T"
  7.   put 3 into field "PhotoGRP2_T"
  8.   global G_PLAY
  9.   set G_PLAY = TRUE
  10.   put "P_BRO" into field "JumpName_T"
  11.   go to "P_JUMP"
  12. end